This repository provides the command-line utility suite for Kiwix, a set of tools designed to manage and serve ZIM files. The collection includes utilities such as `kiwix-manage` for library management, `kiwix-search` for full-text searching within ZIM archives, and `kiwix-serve` which acts as an HTTP daemon to deliver content offline.
- Primary command line tools include kiwix-manage, kiwix-search, and kiwix-serve
- The software is licensed under the GNU GPLv3
- Requires libkiwix and libzim dependencies for compilation
- Build system utilizes Meson and Ninja
This project details how to serve offline content (Wikipedia, etc.) from an ESP32 microcontroller, specifically using a LILYGO T-Dongle-S3. It covers the process from downloading ZIM files, processing them with Python scripts, transferring to an SD card, and loading a sketch onto the microcontroller to serve the content via a WiFi access point.